home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / misc / xprszmodem_1_40.readme < prev    next >
Text File  |  1993-03-01  |  2KB  |  54 lines

  1. Short: Super ZModem XPR library
  2. Type: comm/term
  3. Uploader: ramsch@forwiss.uni-passau.de (Martin Ramsch)
  4.  
  5. Original translation by Jarrod Karau
  6. Further translation and editing by George Coulouris
  7.  
  8.                            Super ZModem XPR library
  9.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  10.                         By Ueli Kaufmann, October '91
  11.  
  12. This library is 95% identical to the xprzmodem.library from Rick Huebner.
  13. On the assumption that every xpr user would have the xprzmodem.library and
  14. its accompanying documentation, I did not include this documentation in this
  15. archive.
  16.  
  17. Changes:
  18.  
  19. I.
  20.  
  21. The maximum block size is determined by BPS rate, as follows:
  22.   <= 300 BPS =  512 bytes
  23.     1200  "  =  1k
  24.     2400  "  =  2k
  25.     4800  "  =  4k
  26.   >=9600  "  =  8k
  27.  
  28. Note that not all terminal programs have implemented the xpr standard as well
  29. as term (by Olaf Barthel) or LR-Comm (by myself); this can cause problems when
  30. a false baud rate is signaled to the library.
  31.  
  32. Therefore, I worked together with Manfred Seiler to develope an 'M' option,
  33. which signifies the maximum block size to send.
  34.  
  35. Examples:
  36.  
  37. 'M0'    Block size is determined by BPS rate (Default).
  38. 'M1'    Sets a max block size of 128 bytes.
  39. 'M1024'  Sets a max block size of 1k.
  40. 'M2033'  Sets a max block size of 2k. (In this example, an odd block size
  41. of 2033 is given by the user. This size is considered nonsense by the library
  42. and the next largest block is chosen.)
  43.  
  44. These options only affect uploading. Downloading will always try for 8k
  45. block sizes.
  46.  
  47. NOTE:  If you use the 'M1024' option with this library, your will
  48.        be 100% compatible with the normal Zmodem.
  49.  
  50.   - 11:37 / 17. Okt. 1991 / Ueli Kaufmann
  51.        FIDO: 2:302/801.39
  52. FIDO/MATRIX: 2:302/810/Ueli Kaufmann
  53.    ZERBERUS: U.KAUFMANN@LINK-CH1.ZER
  54.